home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2001 May / SGI Freeware 2001 May - Disc 3.iso / dist / fw_openssl.idb / usr / freeware / catman / p_man / cat3 / DH_new.Z / DH_new
Text File  |  2001-01-10  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4.      DDDDHHHH____nnnneeeewwww((((3333))))            22227777////JJJJaaaannnn////2222000000000000    ((((0000....9999....6666))))             DDDDHHHH____nnnneeeewwww((((3333))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.       DH_new, DH_free - allocate and free DH objects
  10.  
  11.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.        #include <openssl/dh.h>
  13.  
  14.        DH* DH_new(void);
  15.  
  16.        void    DH_free(DH *dh);
  17.  
  18.  
  19.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  20.       _D_H__n_e_w() allocates and initializes a DDDDHHHH structure.
  21.  
  22.       _D_H__f_r_e_e() frees the DDDDHHHH structure and its components. The
  23.       values are erased before the memory is returned to the
  24.       system.
  25.  
  26.      RRRREEEETTTTUUUURRRRNNNN VVVVAAAALLLLUUUUEEEESSSS
  27.       If the allocation fails, _D_H__n_e_w() returns NNNNUUUULLLLLLLL and sets an
  28.       error    code that can be obtained by ERR_get_error(3).
  29.       Otherwise it returns a pointer to the    newly allocated
  30.       structure.
  31.  
  32.       _D_H__f_r_e_e() returns no value.
  33.  
  34.      SSSSEEEEEEEE AAAALLLLSSSSOOOO
  35.       dh(3), err(3), DH_generate_parameters(3), DH_generate_key(3)
  36.  
  37.      HHHHIIIISSSSTTTTOOOORRRRYYYY
  38.       _D_H__n_e_w() and _D_H__f_r_e_e() are available in all versions of
  39.       SSLeay and OpenSSL.
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                        (printed 11/10/00)
  64.  
  65.  
  66.  
  67.